home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / mus / edit / samp2cdda.lha / samp2cdda.doc < prev   
Text File  |  1996-11-22  |  6KB  |  113 lines

  1.  
  2.                 Dokumentation for Samp2CDDA and Samp2CDDAasync
  3.                 ==============================================
  4.  
  5.  
  6. General
  7. =======
  8.  
  9. I wrote samp2cdda because I was tired of having to export the sounddata of a samplitude projekt
  10. to wave format and then converting it with some other programm to cdda/ aiff format. O
  11. ther input formats are not supported. I might write an INTEL2Samp converter soon......
  12. samp2cdda can convert multiple files in one go and it is faster than most of the converters I came across.
  13. The program is shareware. Information about distribution may be found by reading the
  14. help of the program "samp2cdda ?". There are different Versions for different channels of distribution.
  15. The reason for this is, that I would like to have an overview where the program goes. There is NO
  16. functional difference between the same versions that are distributed through different channels.
  17. Updates can be found on http://www.fh-trier.de/~soldoa
  18. This Package should not be modified in any way. Modification to the package may result in unpredictable
  19. behaviour.
  20. The Software is provided as is - meaning: use it at your own risk. if it works for you - fine,
  21. if it doesn't - not so fine.
  22. If you have suggestions for improvement send them via e-mail to soldoa@fh-trier.de
  23. If you want to send me money (just sent what the program is worth to you)
  24. use the following address:
  25.  
  26.  Alessandro Soldo
  27.  Am Kiewelsberg 15
  28.  54295 Trier
  29.  FRG
  30.  Europe
  31.  
  32. I'm using the programm myself and up to now it works fine. It uses about 1.5 MB of RAM for
  33. Buffering. The Async Version uses up to 3.5 MB more.
  34. If you don't have that much free RAM then you probably don't need it anyway.
  35. On my system I can convert a 31 MB Sounddatafile in about 50 secs. (45 Sec. Async Version).
  36. Thats not lightning fast, but faster than exporting and reimporting with other programms.
  37.  
  38. Requirements
  39. ============
  40. There is only the Version vor the Motorola 68000. I tried different Options and Processors
  41. but there was no considerable speed difference. The main loop is in assembler, and the rest
  42. of the program is mostly system-calls.
  43. asl.library v39 or higher is needed. If it is not available, conversions can still be done
  44. via the cli interface.
  45. There is a Version with AsyncIO but it is not a lot faster. Where Samp2CDDA takes 50 Secs
  46. Samp2CDDAasync takes 45 Secs. The AsyncIO also takes much more Memory. About 3.5 MB.
  47.  
  48.  
  49. How it works
  50. ============
  51.  
  52. To get a little help:
  53.  samp2cdda ?
  54.  
  55. Commandline only:
  56.  samp2cdda <SamplitudeBaseName> <OutputName> {INTEL|MOTOROLA|AIFF} {DELETESOURCE}
  57.  
  58. Gui:
  59.  samp2cdda {INTEL|MOTOROLA|AIFF} {DELETESOURCE}  or
  60.  samp2cdda {DELETESOURCE}
  61.  
  62. The requester for the inputfile allows multiselect in which case you can only select a
  63. target directory in the save requester.
  64. If you select only one source file, then you can select the destination filename.
  65. If the destination file(s) exist, you will be asked if it(they) should be overwritten (for each file).
  66. This is done before anything is written, so you can answer all the requesters and then the program starts
  67. working without stopping in the middle to ask something again. If the program should stop it is only
  68. because of an error the program can't handle..
  69. Converted audiofiles will always have a multiple of 2352 Bytes (CD-DA Blocksize). This ensures that
  70. CD Writing Software won't complain about bad Blocksizes.
  71.  
  72. Outputformats:
  73. --------------
  74.  
  75. INTEL        : Yamaha CD Writer use this format. May be directly written to DAT Tape.
  76.           See AIFF for more Info..
  77.  
  78. MOTOROLA    : Phillips CD Writer use this format. May be directly written to DAT Tape.
  79.           See AIFF for more Info.
  80.  
  81. AIFF        : This is made for user with ShapeShifter and Astarte Toast CD Pro. (I tested with V 3.0)
  82.           If you have ShapeShifter running mount a ShapeShifter Disc on the Amiga side.
  83.           Then start samp2cdda and save it directly on the Macintosh Disc. The Fileattributes
  84.           will be set so you can directly drag and drop the icon in the Toast CD Pro window.
  85.           I haven't testet it with any other programm. The AIFF Save is bare bones. Just the
  86.           header, the COMM Chunk and the SNND Chunk. After all the data is written the Size
  87.           will be written to the COMM and SNND Chunk. This is done with a seek and write call.
  88.           Because of this it will not be possible to directly convert to a DAT Tape with a FileSystem
  89.           (e.g. TapeWormFS) because Writing over an already written Block not supported. This may change
  90.           in the future.
  91.           AIFF also works with Movieshop (VLAB Motion) Audio Import. I know that it is possible to
  92.           convert via the WAVE or MAUD Format, but using samp2cdda is faster (about 2 times)
  93.           and allows deletion of the sourcefile to save discspace.
  94.  
  95. DELETESOURCE: If this switch is set the sourcefile will be deleted after it was successfully converted.
  96.           With this option you can build your whole project with Samplitude and when finished convert
  97.           the entire Project in one gulp. You only need double the space of your largest file.
  98.           e.g. you have 650 MB of Sounddata and the largest file is 50 MB. Then you can convert
  99.           all your Soundfiles on the same disc if it has 50 MB free space left.
  100.  
  101. I suggest playing a little with the program befor using it for real.
  102.  
  103. Concept
  104. =======
  105. I wrote this program just to do what it does right now. There won't be a lot more to it. The only
  106. thing that may be missing is a check if the destination disk has enough free space left for the files
  107. that should be converted.
  108. Right now I can't think of anything thats missing. If you have  THE idea whats missing, write me
  109. an e-mail. If you want it to be implemented sent some money too :-)
  110. I hope you enjoy using the programm. If you do so, just drop me a few lines via e-mail or snail-mail
  111.  
  112. Hardware kann ausfallen - Software ist von Anfang an kaputt
  113.